home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8 - PLATINUM technology, inc. 1997
-
-
- # heartbeat
- DEF $OBJECT_autoRollTimer TimeSensor {
- cycleInterval 1
- loop TRUE
- startTime 0.01
- }
-
- #animations
- DEF $OBJECT_autoRollRotAnim OrientationInterpolator {
- key [ 0 .2 .4 .6 .8 1 ]
- keyValue [ 0 0 1 0, 0 0 1 1.256, 0 0 1 2.512, 0 0 1 3.768, 0 0 1 5.024, 0 0 1 6.28 ]
- }
-
- #route map
- #rot
- ROUTE $OBJECT_autoRollTimer.fraction_changed TO $OBJECT_autoRollRotAnim.set_fraction
- ROUTE $OBJECT_autoRollRotAnim.value_changed TO $OBJECT.set_rotation
-